OnClientScrollPositionChanged Property
In This Topic
Occurs after the control has scrolled.
Syntax
'Declaration
Public Overridable Property OnClientScrollPositionChanged As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.OnClientScrollPositionChanged = value
value = instance.OnClientScrollPositionChanged
public virtual System.string OnClientScrollPositionChanged {get; set;}
public read-write property OnClientScrollPositionChanged: System.String; virtual;
public function get,set OnClientScrollPositionChanged : System.String
public: __property virtual System.string* get_OnClientScrollPositionChanged();
public: __property virtual void set_OnClientScrollPositionChanged(
System.string* value
);
public:
virtual property System.String^ OnClientScrollPositionChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also